Responder Developer Guide
LoadRelatedRows(DataSession,DataRow[],String) Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Overloads Function LoadRelatedRows( _
   ByVal session As DataSession, _
   ByVal originRows() As DataRow, _
   ByVal relationName As String _
) As DataLoaderResults
'Usage
 
Dim instance As IDataLoader
Dim session As DataSession
Dim originRows() As DataRow
Dim relationName As String
Dim value As DataLoaderResults
 
value = instance.LoadRelatedRows(session, originRows, relationName)
DataLoaderResults LoadRelatedRows( 
   DataSession session,
   DataRow[] originRows,
   string relationName
)

Parameters

session
originRows
relationName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IDataLoader Interface
IDataLoader Members
Overload List

 

 


Send Comment